From: Mathieu Malaterre Date: Mon, 26 Apr 2021 06:33:35 +0000 (+0200) Subject: d/rules: Set ICONV to OFF X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~134 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=a9d923987933940d63124ed1f68c87104551e95d;p=dcmtk.git d/rules: Set ICONV to OFF dcmtk package is build using ICU on Debian, remove invalid setting for ICONV this is confusing. Info: Building DCMTK with character set conversion support using the ICU --- diff --git a/debian/rules b/debian/rules index 552fb6e5..40a9eeaa 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DDCMTK_WITH_DOXYGEN:BOOL=$(BUILDDOC) \ -DDCMTK_WITH_TIFF:BOOL=ON \ -DDCMTK_WITH_ZLIB:BOOL=ON \ - -DDCMTK_WITH_ICONV:BOOL=ON \ + -DDCMTK_WITH_ICONV:BOOL=OFF \ -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \